The get_by_name_label functions return a set, not a singleton, because names
authorEwan Mellor <ewan@xensource.com>
Sat, 28 Oct 2006 11:04:08 +0000 (12:04 +0100)
committerEwan Mellor <ewan@xensource.com>
Sat, 28 Oct 2006 11:04:08 +0000 (12:04 +0100)
commite9a8f0e261c4685854f49b5ad8503c45729b96e5
treec80df78f64011d79a6050e193431db9e032f7113
parent55923ae0588185c6f5adb8a6dfa9e771a8eb62e8
The get_by_name_label functions return a set, not a singleton, because names
are not guaranteed to be unique.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_host.h
tools/libxen/include/xen_network.h
tools/libxen/include/xen_sr.h
tools/libxen/include/xen_vdi.h
tools/libxen/include/xen_vm.h
tools/libxen/src/xen_host.c
tools/libxen/src/xen_network.c
tools/libxen/src/xen_sr.c
tools/libxen/src/xen_vdi.c
tools/libxen/src/xen_vm.c
tools/libxen/test/test_bindings.c